home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4397 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.0 KB

  1. Path: news.iac.net!not-for-mail
  2. From: tony@iac.net
  3. Newsgroups: comp.lang.c++,comp.os.ms-windows.nt.misc,comp.os.ms-windows.programmer.tools.mfc,comp.os.ms-windows.programmer.win32
  4. Subject: Re: MFC Extension DLL creation - different in VC++4?
  5. Followup-To: comp.lang.c++,comp.os.ms-windows.nt.misc,comp.os.ms-windows.programmer.tools.mfc,comp.os.ms-windows.programmer.win32
  6. Date: 29 Jan 1996 23:26:10 -0500
  7. Organization: Internet Access Cincinnati 513-887-8877
  8. Message-ID: <4ek6l2$b91@wabash.iac.net>
  9. References: <822894063.29249@centa.demon.co.uk>
  10. NNTP-Posting-Host: wabash.iac.net
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Paul Toland (pjt@centa.demon.co.uk) wrote:
  14.  
  15. : The V4.00 App Wizard seems to generate a totally different type of 
  16. : 'DLL', defined as CWinApp, which does not appear in the main App's DLL
  17.  
  18. If you selected Extension DLL option in App Wizard you do not get
  19. CWinApp. You must have selected MFC DLL but not an Extension DLL.
  20.  
  21. These are two separate options. Former creates CWinApp, later crrates
  22. DllInit.
  23.  
  24. Tony
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.